CommonEvent 1013
Name = "会話：ネズミ娘"

  999([1013])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>...I think I smell."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>Rats are monsters that are hated by everyone."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>I want some cheese..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>I was chased around by a nekomata...\nI was so scared."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>My teeth are very sharp.\nIf I gnaw on you it will really hurt."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>I have poison in my fangs and claws.\nThis way you will be poisoned when I attack."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>I'm hungry..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>Midas Village is thriving with its livestock.\nI sneak in at night to get cheese."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>I am not bothered by poison.\nI have antibodies for all kinds of bacteria."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>The deserted castle near here is very creepy.\nNot even monsters will go near it."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>Hey... do I smell?"])
    ShowText([""])
    ShowChoices([["You stink", "Not really", "Love that smell"], 0])
    When([0, "臭い"])
      ShowTextAttributes(["nezumi_fc1", 2, 0, 2])
      ShowText(["\\n<Rat Girl>I know but...\nYou didn't have to be so blunt."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([1, "そうでもない"])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>Really?\nWell... I'm happy, even if it is a lie."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "臭いのがたまらない"])
      ShowTextAttributes(["nezumi_fc1", 2, 0, 2])
      ShowText(["\\n<Rat Girl>Are you some kind of pervert?"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>If I become your ally, what will you do?"])
    ShowText([""])
    ShowChoices([["Keep you in my party", "Never have you in my party"], 0])
    When([0, "ずっとパーティに入れる"])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>I'm happy, even if it is a lie."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "すぐパーティから外す"])
      ShowTextAttributes(["nezumi_fc1", 2, 0, 2])
      ShowText(["\\n<Rat Girl>So I would just be treated that way?"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>Is there a way to make people like rats?"])
    ShowText([""])
    ShowChoices([["Of course", "There could be", "No way"], 0])
    When([0, "もちろんある"])
      ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
      ShowText(["\\n<Rat Girl>Really?\nI doubt it."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "あるかもしれない"])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>Yeah, there must be a way.\nI want to be a rat that is loved by everybody."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "ありえない"])
      ShowTextAttributes(["nezumi_fc1", 2, 0, 2])
      ShowText(["\\n<Rat Girl>Hmph, I know already...\nYou don't have to be so blunt."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>I asked a dog girl to help me beat a nekomata.\nBut... isn't she weaker than me?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["She is weaker than a rat girl", "The dog girl is stronger", "You are a tiger!"], 0])
    When([0, "ネズミ娘より弱い"])
      ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
      ShowText(["\\n<Rat Girl>I agree, based on the human clothes she wears...\nShe has already been domesticated."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "犬娘の方が強い"])
      ShowTextAttributes(["nezumi_fc1", 2, 0, 2])
      ShowText(["\\n<Rat Girl>Are you blind?"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "お前はすでに虎だ"])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>R-really?\nI know I have sharp teeth, but I never realized I was actually a tiger."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
    ShowText(["\\n<Rat Girl>Rats... aren't very interesting, are they?"])
    ShowText([""])
    ShowChoices([["Boring", "Flashy", "So what?"], 0])
    When([0, "地味だ"])
      ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
      ShowText(["\\n<Rat Girl>...You don't have to be so blunt."])
      ShowText([""])
      Empty([])

    When([1, "派手だ"])
      ShowTextAttributes(["nezumi_fc1", 2, 0, 2])
      ShowText(["\\n<Rat Girl>How do we look flashy?\nThat doesn't seem right at all."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "どうだっていい"])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>Yeah...\nIt's all right, even if I'm not very interesting!"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([10, 1, false])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>Hey, I want some decent clothes.\nWon't you give me some?"])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 2, 1, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ia[1]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
        ShowText(["\\n<Rat Girl>All right! Glad I asked!"])
        ShowText([""])
        ChangeArmor([1, 1, 0, 1, false])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
        ShowText(["\\n<Rat Girl>I thought so."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 341])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>I'm hungry for cheese.\nHey, will you give me some?"])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 341, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[341]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
        ShowText(["\\n<Rat Girl>All right! Glad I asked!"])
        ShowText([""])
        ChangeItems([341, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
        ShowText(["\\n<Rat Girl>I thought so."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
    ShowText(["\\n<Rat Girl>Can I have some money?\nI want to buy a lot of food and clothes."])
    ShowText([""])
    ShowText([""])
    ConditionalBranch([7, 39, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 39G? (Remaining: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
        ShowText(["\\n<Rat Girl>All right! Glad I asked!"])
        ShowText([""])
        ChangeGold([1, 0, 39])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
        ShowText(["\\n<Rat Girl>I thought so."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
      ShowText(["\\n<Rat Girl>...to think you are also poor and hungry.\nLet's both do our best."])
      ShowText([""])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
    ShowText(["\\n<Rat Girl>Hey, take this.\nI don't think I need it."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeArmor([2, 0, 0, 1, false])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Rat Girl gave you a \\ia[2]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
    ShowText(["\\n<Rat Girl>You can have this.\n...you might get poisoned when I touch you."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([13, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Rat Girl gave you some \\ii[13]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["nezumi_fc1", 1, 0, 2])
    ShowText(["\\n<Rat Girl>It's not much, but take it.\nI found it in the gutter."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 65])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Rat Girl gave you 65G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
